Skip to content

Git使用 Clone repository 出错 0x80092013

起因

在clone GitHub项目的时候发生 0x80092013的错误

原因

因为证书验证的问题导致无法下载git库

解决

bash
git config --global http.sslVerify "false"

参考文献

SSL error when publishing repo#2452